From: Seiji Zenitani Date: Sun, 16 Aug 2009 03:16:33 +0000 (+0000) Subject: * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11084 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7689dc543a37041ac2730e978b31a438c4ba0318;p=emacs.git * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). --- diff --git a/ChangeLog b/ChangeLog index 4440cac823f..bd6453644de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-15 CHENG Gao + + * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). + 2009-08-02 Kevin Ryde * INSTALL: Fix free fonts URL. diff --git a/Makefile.in b/Makefile.in index 4095976d7f9..44c5cba7d9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -489,6 +489,7 @@ install-arch-indep: mkdir info install-etc rm -f $${subdir}/.cvsignore ; \ rm -f $${subdir}/.gitignore ; \ rm -f $${subdir}/.arch-inventory ; \ + rm -f $${subdir}/.DS_Store ; \ rm -f $${subdir}/\#* ; \ rm -f $${subdir}/.\#* ; \ rm -f $${subdir}/*~ ; \